home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / snormal.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  496 b   |  24 lines

  1. .TH SNORMAL
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. SNORMAL
  5.  
  6.  
  7.  
  8.  VectorType SNORMAL( SurfaceType Srf, NumericType UParam, NumericType VParam )
  9.  
  10.  or
  11.  
  12.  VectorType SNORMAL( TrimSrfType Srf, NumericType UParam, NumericType VParam )
  13.  
  14. Computes the normal vector to (possibly trimmed) surface Srf at the
  15. parameter values UParam and VParam. The returned vector has a
  16. unit length.
  17.  
  18. Example:
  19.  
  20.     Normal = SNORMAL( Srf, 0.5, 0.5 );
  21.  
  22. computes the normal to Srf at the parameter values (0.5, 0.5).
  23. See also SNRMLSRF.
  24.